v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
AuthKeys

Delete auth key

delete/auth_keys/delete/{authKeyId}

Path parameters

string required
OR
string uuid required
Example:12345

UUID or numeric ID of the auth key

Response

Delete auth key response

savedboolean
successboolean
namestring
messagestring
urlstring

Example response

{
  "name": "AuthKey deleted.",
  "message": "AuthKey deleted.",
  "url": "/auth_keys/delete/1234"
}