API Keys
Revoke Api Key
AuthorizationBearer <token>
API key minted via POST /v1/api-keys (format mk_live_...)
In: header
Path Parameters
apiKeyIdstring
Length
1 <= lengthResponse Body
application/json
application/json
application/json
curl -X DELETE "https://api.mentio.dev/v1/api-keys/key_abc123"{
"revoked": true
}{
"error": {
"code": "string",
"message": "string"
}
}{
"error": {
"code": "string",
"message": "string"
}
}