/api-key
Removes a API key
Authorization
API-Key token<token>
API key authentication via header (token)
In: header
Request Body
application/json
Response Body
application/json
curl -X DELETE "https://loading/./../api/v1/api-key/" \ -H "Content-Type: application/json" \ -d '{ "token": "api-key-to-delete" }'{
"data": {
"id": "unique-cuid-v2-auto-generated",
"token": "deleted-masumi-registry-api-key-secret",
"permission": "User",
"usageLimited": true,
"maxUsageCredits": 1000000,
"accumulatedUsageCredits": 0,
"status": "Active"
},
"status": "success"
}Empty
Empty
Empty



