Skip to main content

Revoke API Key

https://api-sandbox.letpay.io/access-key/MY_API_KEY

HTTP DELETE /access-key/MY_API_KEY

Revokes a specific API key.

  • Form Data Parameters
    • No form data parameters required.

Response

The response of this request is a JSON schema.

AUTHORIZATIONAPI Key
KeyX-Auth-Token
ValueMY_ACCESS_TOKEN

Example Request

Example Request

200 - Authenticated
  curl --location --request DELETE 'https://api-sandbox.letpay.io/access-key/MY_ACCESS_KEY' \
--header 'X-Auth-Token: MY_ACCESS_TOKEN'

Example Response

Header
  Content-Type: application/json
Body
    No response body
This request doens't return any response body