cURL
curl --request DELETE \ --url https://pinapi.jackalprotocol.com/api/keys/{keyName} \ --header 'Authorization: Bearer <token>'
Delete an API key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
name of key to delete
Successful operation