DELETE /cards
Description
Removes data from a card
This route processes an HTTP DELETE request sent to the /cards/{id} endpoint.
Path parameters
The following parameter is included in the request URL:
| Name | Type | Description |
|---|---|---|
id | number | Required. The ID of the card to be removed. |
Payload
No payload needs to be sent.
Response
No content is returned. The HTTP status code indicates the outcome: success if the status is 200, or failure if it’s 500.
Related articles: Working with server