Delete a specific vendor information
Delete a specific vendor information
DELETE
/api/vendors/{id}/
curl \
--request DELETE 'https://vendorms.pythonanywhere.com/api/vendors/{id}/' \
--header "Authorization: Token $ACCESS_TOKEN"