cURL
curl --request POST \ --url https://api.example.com/delete_api_brx \ --header 'Content-Type: application/json' \ --data ' { "apiKey": "<string>" } '
{ "400": {}, "401": {}, "403": {}, "404": {}, "500": {}, "UpdateKeyResponse": { "deleted": true } }
Deletes an API key for the authenticated user
{ "apiKey": "brx_api_12345678-90ab-cdef-1234-567890abcdef" }
Show properties
{ "UpdateKeyResponse": { "deleted": true } }