Rekaz Documentation
Search...
Ctrl + K
API Reference
Invoice
Cancel
💻
post
/api/app/invoice/
{id}
/cancel
Test it
Path parameters
id
string · uuid
required
Responses
200
Success
400
Bad Request
text/plain
application/json
text/json
401
Unauthorized
text/plain
application/json
text/json
403
Forbidden
text/plain
application/json
text/json
404
Not Found
text/plain
application/json
text/json
500
Server Error
text/plain
application/json
text/json
501
Server Error
text/plain
application/json
text/json
cURL
JavaScript
Python
HTTP
Copy
curl -L \
--request POST \
--url '/api/app/invoice/{id}/cancel'
200
400
401
403
404
500
501
No body