Delete App List

📘

DELETE https://api.kayzen.io/v1/app_list/:id

Use this API to delete a single App List

See below for supported URL params

FieldTypeRequired/OptionalDescription
idintrequiredApp 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 CodeResponse
Success204No Content
Error422JSON body containing the error details