cURL
Policy Transactions
Delete Transaction
Permanently delete a transaction
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.
Path Parameters
Response
Returns204 No Content on success with an empty body.
Error Scenarios
Bad Request (400)
Returned whenpolicyId or transactionId is not a valid MongoDB ObjectId format.