Delete App List
Use this API to delete a single App List
See below for supported URL params
Field | Type | Required/Optional | Description |
---|---|---|---|
id | int | required | App List ID |
curl -X DELETE \
'https://api.kayzen.io/v1/app_list/9101' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer ACCESS_TOKEN'
See below for the response codes
HTTP Status Code | Response | |
---|---|---|
Success | 204 | No Content |
Error | 422 | JSON body containing the error details |
Updated 7 months ago