cURL
curl --request DELETE \ --url https://api.paylora.org/api/v1/api_key/{uuid} \ --header 'Authorization: Bearer <token>'
{ "statusCode": 400, "message": [ "[value] is not valid" ] }
Delete API Key by uuid. Permissions [“customer”]
Documentation IndexFetch the complete documentation index at: https://docs.paylora.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.paylora.org/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The UUID of the API Key
"a1b2c3d4-e5f6-7890-1234-567890abcdef"
Bad Request
The response is of type object.
object