API 1
cURL
curl --request POST \ --url https://external.pleo.io/v1/vendors/{id}:archive \ --header 'Authorization: Bearer <token>'
"Vendor archived"
Archives a Vendor in Pleo by its id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Pleo's internal identifier of the vendor.
"123e4567-e89b-12d3-a456-426614174000"
Vendor archived