Skip to content

Remove priority flag from an order to normalize processing

Request

Sets flagged=false on the order.


Requires orders::modify permission.

Security
JWTAuthorizer
Path
uidstringrequired

Order UID

curl -i -X DELETE \
  'https://apidocs.trustgrid.io/_mock/provisioning/api/v1/orders/{uid}/flag' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK