Skip to main content
DELETE
Delete Entity
Deletes an existing entity within the project. Only the entity author or a master user can perform this operation. Deletion also deducts reputation from the original author.

Path Parameters

entityId
string
required
The ID of the entity to delete

Response

status
string
Returns 204 No Content on successful deletion

Error Responses


Notes

  • Only the original author or a master user can delete an entity.
  • Deleting an entity deducts reputation points from the author if applicable.
  • If the entity does not exist or was already deleted, the operation is a no-op.