Request

DELETE http:///api/v1/partner/transactions/{transactionId}

Path parameters

Parameter name Value Description Additional
transactionId string Required

Request body

The request body takes a complete PartnerTransactionDeleteRequest resource, containing the following writable properties:

{
    "employeeId": "string",
    "reason": "string",
    "terminalId": "string"
}

Properties

Name Type Description Additional
employeeId string Optional
reason string Optional
terminalId string Optional

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
default

successful operation


Explore this API

transactionId
body
Request Content-Type
Response Content-Type
Try it out!