Delete managed transaction
Use this endpoint to delete the specified partner-managed transaction. The endpoint will respond with a status of 204 No Content without a resource.
DELETE
/users/{user_guid}/managed_members/{member_guid}/accounts/{account_guid}/transactions/{transaction_guid}
Path Parameters
| Field | Required | Type |
|---|---|---|
account_guid The unique id for an | Required | String |
member_guid The unique id for a | Required | String |
transaction_guid The unique id for a | Required | String |
user_guid The unique identifier for a | Required | String |
Loading...