cURL
curl -X DELETE '{backend_url}/admin/refund-reasons/{id}' \ -H 'Authorization: Bearer {access_token}'
200
Example
{ "id": "<string>", "object": "refund_reason", "deleted": true}
Delete a refund reason.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The refund reason's ID.
OK
The deletion's details.
The name of the deleted object.
Whether the refund reason was deleted.