Skip to content
Get started

Delete an API key

DELETE/v1/api_keys/{id}

Deletes an API key from the workspace

Path ParametersExpand Collapse
id: string

Delete an API key

curl https://api.cadenya.com/v1/api_keys/$ID \
    -X DELETE \
    -H "Authorization: Bearer $CADENYA_API_KEY"
Returns Examples