DELETE
/visitors/{id}
{server_url}/visitors/{id}
Delete an visitor object with the matching ID.
None
Name | Data Type | Required/Optional | Description |
---|---|---|---|
id | Integer | Required | A unique identification number for the visitor instance (positive only) |
None
None
Code | Description |
---|---|
200 | Returns an empty object is returned. |
curl -X DELETE http://localhost:3000/visitors/9
{}