CaraCara API

Delete an API key

Permanently delete an API key. This action cannot be undone.

Permanently delete an API key. This action cannot be undone.

DELETE
/settings/portal-access-keys/{keyId}

Authorization

AuthorizationRequiredBearer <token>

Use your API key (sk_live_* or sk_test_*) as the Bearer token.

In: header

Path Parameters

keyIdRequiredstring
curl -X DELETE "https://platform.caramedical.com/api/v1/settings/portal-access-keys/<string>" \
  -H "Authorization: Bearer <token>"

Key deleted.