Skip to main content
POST
/
v1
/
vendors
/
{id}
:archive
Archive a Vendor
curl --request POST \
  --url https://external.pleo.io/v1/vendors/{id}:archive \
  --header 'Authorization: Bearer <token>'
"Vendor archived"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Pleo's internal identifier of the vendor.

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

Vendor archived