Skip to main content
DELETE
/
orders
/
{orderId}
/
removePIIData
Delete order
curl --request DELETE \
  --url https://api.quivo.co/orders/{orderId}/removePIIData
true

Path Parameters

orderId
integer<int64>
required

The unique identifier for an order.

Response

Returns confirmation of the PII data removal operation from the order.

The response is of type boolean.