cURL
curl --request DELETE \ --url https://app.telentir.com/api/api-keys/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete an API key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Key deleted