Skip to main content
DELETE
/
api
/
v1
/
api_key
/
{uuid}
Delete API Key by UUID
curl --request DELETE \
  --url https://api.paylora.org/api/v1/api_key/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 400,
  "message": [
    "[value] is not valid"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uuid
string
required

The UUID of the API Key

Example:

"a1b2c3d4-e5f6-7890-1234-567890abcdef"

Response

Bad Request

The response is of type object.