DELETE
/
payment-request
/
{id}
Delete Payment Request
curl --request DELETE \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/payment-request/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Payment request deleted successfully."
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string
required

Payment Request ID

Response

200
application/json

Success

The response is of type object.