delete https://api.piriod.com/payments//
Deletes a Payment object. Status of payment must be one of require_payment_method
or failed
and it must not be associated with an Invoice object.
Response
Deletes a Payment object. Status of payment must be one of require_payment_method
or failed
and it must not be associated with an Invoice object.
xxxxxxxxxx
curl --request DELETE \
--url https://api.piriod.com/payments/id/ \
--header 'Authorization: Token YOUR_USER_API_KEY' \
--header 'accept: application/json' \
--header 'x-simple-workspace: YOUR_ORGANIZATION_ID'