Delete Supplier

Deletes a supplier. Any file attachments linked to the supplier will be moved back to the uncategorized directory of the Smart Repository.

❗️

Warning

The HTTP DELETE method deletes your existing supplier data. This request cannot be undone.

Endpoint URL

https://{{base_url}}/api/v2/supplier

Authentication and rate limits

ItemDetails
Authentication methodOAuth 2.0 Bearer token
Rate limitRate Limit

Requests Example

curl --request DELETE \
  --url "https://{{base_url}}/api/v2/supplier/$id" \
  --header "Authorization: Bearer $BEARER_TOKEN" \
  --header "Content-Type: application/json"

Query Parameters

  • id (integer) --

    [REQUIRED] The ID of the supplier.
    The id parameter is passed as part of the request url /supplier/$id.
    To lookup a specific supplier ID, see the List Supplier API.

Language
Click Try It! to start a request and see the response here!