Delete contact list
If you have questions regarding this API, please visit our API FAQ page.
Deleting a contact list
Make a DELETE request to
https://webapi.inboxroad.com/api/v2/contacts-lists/{blueprint_id}/ with a
valid X-API-Key.
curl -X DELETE 'https://webapi.inboxroad.com/api/v2/contacts-lists/{blueprint_id}/' \ -H 'X-API-Key: <your_token>'Path parameters
| Param name | Description |
|---|---|
| blueprint_id | Unique identifier of the contacts list (UUID). |
Response
On success the API returns 204 No Content with an empty body.
Possible response codes
| Status code | Description |
|---|---|
| 204 | Contact list deleted successfully (empty body). |
| 401 | Unauthorized. |
| 404 | Contact list not found. |