cURL
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
Was this page helpful?