Vendors
Delete vendor
Permanently removes a vendor from the organization. This action cannot be undone.
delete/v1/vendors/{id}
Path parameters
idstring required
Example:vnd_abc123def456
Vendor ID
Response
Vendor deleted successfully
Example response
{
"message": "Vendor deleted successfully",
"deletedVendor": {
"id": "vnd_abc123def456",
"name": "CloudTech Solutions Inc."
},
"authenticatedUser": {
"id": "usr_def456ghi789",
"email": "user@example.com"
}
}