Skip to main content
POST
/
v1
/
admin
/
partners
/
reorders
/
{id}
/
cancel
Cancel a reorder request
curl --request POST \
  --url http://localhost:3000/v1/admin/partners/reorders/{id}/cancel
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string<uuid>
required

Response

Request cancelled

success
boolean
required