/api-key
Removes a API key
token<token>
API key authentication via header (token)
In: header
tokenstring
Length
length <= 550Response 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



