Skip to main content
DELETE
/
api-keys
/
{apiToken}
curl -X DELETE https://app.trypost.it/api/api-keys/f6a7b8c9-d0e1-2f3a-4b5c-6d7e8f9a0b1c \
  -H "Authorization: Bearer tp_your_api_key"

Request

apiToken
string
required
The API key ID to delete.

Response

Returns 204 No Content on success. Any application still using this key will immediately start receiving 401 errors.
curl -X DELETE https://app.trypost.it/api/api-keys/f6a7b8c9-d0e1-2f3a-4b5c-6d7e8f9a0b1c \
  -H "Authorization: Bearer tp_your_api_key"