# Delete and Restore
To DELETE the Entity perform the request like:
DELETE /api/${ENTITY_NAME}/${ENTITY_ID}/
To RESTORE the Entity perform the request like:
DELETE /api/${ENTITY_NAME}/${ENTITY_ID}/?restore=1
Where ${ENTITY_NAME} is the Entity Name in plural form (e.g. users); ${ENTITY_ID} is the ID of the Entity (e.g. 55). For example: DELETE /api/users/55/.
The Request may return errors (refer to errors)
← Create