Skip to main content
DELETE
cURL
Permanently deletes a single transaction. This is a hard delete, not a soft delete. Both the parent policy and the transaction must belong to the authenticated upstream entity.
This action cannot be undone.

Path Parameters

Response

Returns 204 No Content on success with an empty body.

Error Scenarios

Bad Request (400)

Returned when policyId or transactionId is not a valid MongoDB ObjectId format.

Transaction Not Found (404)

Returned when the transaction does not exist under the policy, or belongs to a different upstream entity.

Unauthorized (401)

Missing or invalid authentication token. See Authentication.

Path Parameters

policyId
string
required

Unique identifier of the parent policy

Example:

"6650a1b2c3d4e5f6a7b8c9d0"

transactionId
string
required

Unique identifier of the transaction

Example:

"6650a1b2c3d4e5f6a7b8c9d1"

Response

Transaction permanently deleted