Pular para o conteúdo principal

Delete a record

DELETE 

/api/v1/entities/:id

Soft-deletes the record. It stops appearing in reads and can be restored; nothing is destroyed. Requires entity.delete.

Request

Responses