SuppliersDelete Supplier

Delete Supplier

Deletes a supplier by numeric ID.

Rules:

Use this endpoint to remove suppliers created by mistake or that are no longer needed.

curl -X DELETE "https://api-sandbox.contasimples.com/suppliers/v1/suppliers/16" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{}
DELETE
/suppliers/v1/suppliers/{id}
DELETE
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token
Bearer Tokenstring
Required

Bearer token from OAuth 2.0 client credentials. Format: Bearer {token}

Bearer token from OAuth 2.0 client credentials. Format: Bearer {token}
path
idinteger
Required

Numeric supplier identifier — use the id field returned by GET /suppliers/v1/suppliers.

Format: int32
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Bearer token from OAuth 2.0 client credentials. Format: Bearer {token}

Path Parameters

idinteger
Required

Numeric supplier identifier — use the id field returned by GET /suppliers/v1/suppliers.

Example:
16

Responses