Transaction tokens: Delete

Application token secret is required for this route

Request

DELETE https://api.univapay.com/stores/{storeId}/tokens/{id}

Headers:

Authorization: Bearer {jwt}

Body:

curl --request DELETE \
--url https://api.univapay.com/stores/af857264-180c-11e7-9be2-276aea4fed28/tokens/7a3f2ca8-1848-11e7-a15c-e3a489692ad3 \
--header 'Authorization: Bearer {secret}.{jwt}'

Response

Code: 204