Path Parameters
The ID of the entity to delete
Response
Returns 204 No Content on successful deletion
Error Responses
Invalid ID - 400 Bad Request
Invalid ID - 400 Bad Request
Unauthorized - 403 Forbidden
Unauthorized - 403 Forbidden
Not Found - 404 Not Found
Not Found - 404 Not Found
Delete Failed - 404 Not Found
Delete Failed - 404 Not Found
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
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.