Authorizations
Headers
Optional header to respect review settings for mutation endpoints.
Path Parameters
id of target app
Example:
"string"
Response
200 - application/json
Delete Target App Success
curl --request DELETE \
--url https://statsigapi.net/console/v1/target_app/{id} \
--header 'STATSIG-API-KEY: <api-key>'{
"message": "Target app deleted successfully"
}curl --request DELETE \
--url https://statsigapi.net/console/v1/target_app/{id} \
--header 'STATSIG-API-KEY: <api-key>'{
"message": "Target app deleted successfully"
}Optional header to respect review settings for mutation endpoints.
id of target app
"string"
Delete Target App Success