Delete Order Template

Invalidates an order template. An order template can only be invalidated if it is in the CREATED status.

transactionSystemRef is the ID of the order template in Coinme's system

Sample API Request: DELETE

URL: https://caas-staging.coinme.com/services/order-template/{transactionSystemRef}
headers:
"Authorization":"asdfghj", //authorization token, required,
'User-Agent: partnerapi' //required

Response: 200 OK


Error Codes

Error CodeError Message
441-404-352-404Order template with the orderTemplateId and statuses [CREATED, UPDATED] not found