Skip to content

Delete Lists

URL: /v1/lists/{slug}

HTTP Method: DELETE

Headers:

KeyValue
Acceptapplication/json
Authorization<your-api-token>

Body Data

None.

Example HTTP Responses

Success Response

Code: HTTP 204 NO CONTENT

Content:

Error Responses

Code: HTTP 401 UNAUTHENTICATED

Content:

{
"message": "Unauthenticated."
}

Code: HTTP 403 FORBIDDEN

Content:

{
"message": "Invalid ability provided."
}

Code: HTTP 404 NOT FOUND

Content:

{
"message": "Resource not found."
}

Example Usage

POST /lists/my-awesome-list