User

DELETE /api/user/api_key

DELETE operation for /api/user/api_key

delete/api/user/api_key

Headers

X-EDH-USERstring required

SOCA username for authentication

X-EDH-TOKENstring required

SOCA authentication token

Response

API key(s) deleted successfully

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Successfully deactivated"
}

Changes