DELETE
/
admin
/
refund-reasons
/
{id}
curl -X DELETE '{backend_url}/admin/refund-reasons/{id}' \
-H 'Authorization: Bearer {access_token}'
{
"id": "<string>",
"object": "refund_reason",
"deleted": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The refund reason's ID.

Response

200
application/json

OK

The deletion's details.