DELETE
/
api-keys
/
{apiKeyId}
Eliminar API key
curl --request DELETE \
  --url https://api.gotrebol.com/api-keys/{apiKeyId} \
  --header 'x-api-key: <api-key>'
{
  "message": "API key eliminada exitosamente"
}

Authorizations

x-api-key
string
header
required

Path Parameters

apiKeyId
string
required

ID de la API key a eliminar

Example:

"ak_1234567890abcdef"

Response

200
application/json

API key eliminada exitosamente.

The response is of type object.