Delete An Entity
To soft delete an entity, we need to make the following HTTP request
Last updated
Was this helpful?
Was this helpful?
http DELETE \
'{registry_url}/api/v1/Teacher/{id}' \
'content-type: application/json' \
'authorization: Bearer {access-token}'