Delete a specific vendor information

DELETE /api/vendors/{id}/

Delete a specific vendor information

Path parameters

  • id string Required

    A unique integer value identifying this vendor.

Responses

  • 204
DELETE /api/vendors/{id}/
curl \
 --request DELETE 'https://vendorms.pythonanywhere.com/api/vendors/{id}/' \
 --header "Authorization: Token $ACCESS_TOKEN"