Skip to main content

Delete Entity by Id

DELETE 

/api/workspaces/:workspace_id/entities/:id/

Delete and entity by its id.

Request

Path Parameters

    workspace_id stringrequired
    id integerrequired

    A unique integer value identifying this entity.

Responses

Loading...