curl --request DELETE \
--url http://{defaultHost}/api/v2/platform/vendors/{id} \
--header 'Authorization: Bearer <token>'Deletes a Vendor. Only available in Enterprise Edition
curl --request DELETE \
--url http://{defaultHost}/api/v2/platform/vendors/{id} \
--header 'Authorization: Bearer <token>'Was this page helpful?