Delete An Entity
To soft delete an entity, we need to make the following HTTP request
Deleting an Entity
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Usage
curl --location \
--request 'DELETE' \
--header 'content-type: application/json' \
--header 'authorization: Bearer {access-token}' \
'{registry-url}/api/v1/Teacher/{id}'Last updated