DELETE /rows
Description
Removes a row (swimlane) from the data.
This route processes an HTTP DELETE request sent to the /rows/{id}
endpoint.
Path parameters
The following parameter is included in the request URL:
Name | Type | Description |
---|---|---|
id | number | Required. The unique identifier of the row to be removed. |
Payload
No payload needs to be sent with the request.
Response
No content is returned. The HTTP status code indicates the outcome: a status of 200 means the deletion was successful, while 500 indicates an error.
Related articles: Working with server