curl --request DELETE \
--url https://api.backside.app/api/v1/api-keys/{id} \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"revoked": true
}curl --request DELETE \
--url https://api.backside.app/api/v1/api-keys/{id} \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"revoked": true
}Was this page helpful?