Masumi Logo

/api-key

Removes a API key

DELETE
/api-key
token<token>

API key authentication via header (token)

In: header

tokenstring
Lengthlength <= 550

Response Body

curl -X DELETE "https://loading/./../api/v1/api-key/" \
  -H "Content-Type: application/json" \
  -d '{
    "token": "api-key-to-delete"
  }'
{
  "data": {
    "token": "deleted-masumi-registry-api-key-secret"
  },
  "status": "success"
}
Empty
Empty
Empty