Taiga
API ReferenceInsurance RefundsV1

Delete insurance refund

Deletes the insurance refund record matching the provided `insurance_refund_id`. If the matching record's organization_id does not match the authenticated user's current organization_id, then a response code of `403` will be returned.

DELETE
/api/insurance-refunds/v1/{insurance_refund_id}

Authorization

BearerAuth
AuthorizationBearer <token>

Send your Taiga API key as a Bearer token. Create and manage keys in the Taiga developer portal.

In: header

Path Parameters

insurance_refund_id*insurance-refundsv1InsuranceRefundId
Formatuuid

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/insurance-refunds/v1/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty