Skip to main content

DELETE /rows

Description

Deletes data on a row (swimlane)

The route handles the HTTP DELETE request made to the /rows/{id} path.

Path parameters

The next parameter is sent in the request line:

NameTypeDescription
idnumberRequired. The ID of the row to be deleted.

Payload

No payload is required.

Response

No data is returned back. The HTTP status code shows whether the request succeeds (response.status == 200) or fails (response.status == 500).


Related articles: Working with server