Skip to content

Delete Transaction

Deletes an existing transaction from the collection that owns it.

A request can be submitted to this endpoint using the details below:

DELETE
https://api.fyendalscollection.com/transaction/{transactionId}
  • transactionId - The ID of the transaction to delete.
DELETE /transaction/bfdd3db0-afb6-4934-9f39-c3aa97f9a459 HTTP/1.1
Host: api.fyendalscollection.com
Authorization: Bearer eyJ...

A successful response from this endpoint gives a 204 No Content and no response body.

HTTP/1.1 204 No Content

The following problem types can be encountered when using this endpoint:

If the specified transaction does not exist.