English
cURL
curl --request DELETE \ --url https://geekai.dev/api/v1/api_keys/{uuid} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Deletes a specific API key using its UUID.
token
uuid
Success
The response is of type object.
object