Skip to main content

Delete a Record from Case Management Table

DELETE 

/workspace/:ws_id/case_management/table/:table/:id

Remove a specific record from a given case management table.

Request

Path Parameters

    ws_id stringrequired

    Workspace ID

    table stringrequired

    Table name

    id stringrequired

    Record ID

Responses

OK

Loading...