cURL
curl --request DELETE \ --url https://dev.sbx.imprint.co/v2/keys \ --header 'Authorization: Bearer <token>'
{ "key": "test_", "created_at": "2025-02-13T19:08:07.000Z", "deleted_at": "2025-02-13T19:08:07.000Z" }
Deletes an existing API Key
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
API Key deleted successfully
Represents an API Key
API Key value
"test_"
the RFC-3339 date when the key was created
"2025-02-13T19:08:07.000Z"
the RFC-3339 date when the key was deleted