Skip to main content
DELETE
/
v1
/
api-keys
/
{key_id}
Delete API key
curl --request DELETE \
  --url https://reelmirror.com/api/v1/api-keys/{key_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

API key (rm_xxx) or JWT token

Path Parameters

key_id
string
required

Response

200 - application/json

Key deleted

status
string
id
string