Skip to main content
DELETE
/
Payments
/
{paymentId}
cURL
curl --request DELETE \
  --url https://api.example.com/Payments/{paymentId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "text": "<string>"
}
'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Path Parameters

paymentId
string<uuid>
required

Body

text
string | null

Response

Accepted