curl --request POST \
--url https://api.posta.co/letters/{id}/cancel \
--header 'X-Api-Key: <api-key>'{
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"status": 400,
"errors": {}
}Cancel a letter.
curl --request POST \
--url https://api.posta.co/letters/{id}/cancel \
--header 'X-Api-Key: <api-key>'{
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"status": 400,
"errors": {}
}