Deletes a transaction using its UUID
Deletes a transaction using its UUID.
The transaction UUIDs are supplied by the GET transactions API, so please refer to this documentation to use the DELETE transactions API correctly.
Path Parameters
- uuid uuid required
Team identifier (UUID v4 format)
Header Parameters
- Authorization string requiredExample: Bearer <TOKEN>
Responses
- 200
- 401
- 404
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- uuid uuid
Transaction identifier (UUID v4 format)
{
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Not Authorized
Not Found
Loading...