API 1
cURL
curl --request POST \ --url https://external.pleo.io/v1/vendors/{id}:archive \ --header 'Authorization: Bearer <token>'
Archives a Vendor in Pleo by its id.
JWT Bearer token authentication. Include the token in the Authorization header as: Bearer <token>
Bearer <token>
Pleo's internal identifier of the vendor.
"123e4567-e89b-12d3-a456-426614174000"
Vendor archived
Was this page helpful?