cURL
curl --request DELETE \ --url https://api.social-api.ai/v1/keys/{id} \ --header 'Authorization: <api-key>'
{ "ok": true }
Deactivates an API key. This is irreversible.
Prefix your API key with "Bearer ". Example: Authorization: Bearer soc_live_...
Authorization: Bearer soc_live_...
API key ID
Key revoked
true