API > list >
Delete List
DELETE https://app.replyup.com/api/list/{id}
Delete particular the list
Default Parameter |
api_key (string) |
Your api key |
200 returns |
successful operation
id (string)
|
The identifier of the list. |
name (string)
|
The name of the list. |
userId (integer)
|
The userId of the list. |
status (integer)
|
The status of the list. |
updatedAt (string)
|
When was the list last updated. |
createdAt (string)
|
When was the list created. |
|
400 returns |
Invalid status value
success (boolean)
|
It defines if response is success, or failure |
statusCode (string)
|
Error code |
message (string)
|
A description of the error. |
|
Example request |
"https://app.replyup.com/list/1"
|
Example response |
{"id":1,"name":"List 100","userId":5,"status":-1,"createdAt":"2022-03-03T18:17:41.000Z","updatedAt":"2022-03-04T13:17:08.046Z"}
|