Delete Property of Entity by Name, Type, and Key
DELETE /by-type/:entity_type/:key/properties/:name
Delete (reset to NULL) a specific property of an entity using its type, key, and property name.
Request
Responses
- 200
- 400
- 404
- default
Entity retrieved successfully.
Invalid UUID supplied.
Entity not found.
Unexpected error.