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>"
}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>"
}