Skip to main content

DELETE /columns

Description

Removes a column's data

This route processes HTTP DELETE requests sent to the /columns/{id} endpoint.

Path parameters

The following parameter is included in the request URL:

NameTypeDescription
idnumberRequired. Specifies the ID of the column to remove.

Payload

No payload is needed.

Response

No content is returned. The status code indicates the outcome: success with response.status == 200, or failure with response.status == 500.


Related articles: Working with server