Delete Payment

Deletes a payment.

DELETEhttps://api.tracksales.co/api/v1/payments/{uuid}

Required scope: payments:delete

Path Params

uuidstringrequired

Payment UUID

Responses

200OK

Payment deleted successfully.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Payment was not found.