curl --request DELETE \
--url https://api.meetcampfire.com/coa/api/vendor/{id} \
--header 'Authorization: <api-key>'
Delete a vendor and optionally reassign all related records to another vendor
curl --request DELETE \
--url https://api.meetcampfire.com/coa/api/vendor/{id} \
--header 'Authorization: <api-key>'
Token-based authentication with required prefix "Token"
ID of the vendor to reassign all related records to before deletion
No response body