curl --request DELETE \
--url 'https://api.stateset.com/api/v1/suppliers/{id}' \
--header "Authorization: Bearer $STATESET_API_KEY"
Delete a supplier
No content — the supplier was deleted
DELETE
/
api
/
v1
/
suppliers
/
{id}
curl --request DELETE \
--url 'https://api.stateset.com/api/v1/suppliers/{id}' \
--header "Authorization: Bearer $STATESET_API_KEY"
Path parameters
string
required
Supplier ID
Response
No response body. No content — the supplier was deleted.Status codes
| Code | Meaning |
|---|---|
204 | No content — the supplier was deleted |
404 | — |
curl --request DELETE \
--url 'https://api.stateset.com/api/v1/suppliers/{id}' \
--header "Authorization: Bearer $STATESET_API_KEY"
Last modified on August 31, 2026