Перейти к содержимому

customers_destroy

DELETE
/api/customers/{id}/

Can use only if model has field sites. sites = models.ManyToManyField(Site)

id
required
integer

A unique integer value identifying this Customer.

No response body