Delete a payment request.

Delete a payment request by its UUID. Once deleted, the payment request can no longer be accessed or paid. Returns a 404 error if no payment request matches the provided ID, and a 403 error if Brevo Payments is not activated or the account is not validated.

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

idstringRequiredformat: "uuid"
ID of the payment request.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error