{"metadata":{"image":[],"title":"","description":""},"api":{"url":"/apps/:app_id/segments/batch_destroy","auth":"required","examples":{"codes":[{"language":"shell","code":"curl -X DELETE \"https://control.pulsatehq.com/api/v1/apps/$APP_ID/segments/batch_destroy\"\n -H \"Authorization: Token token=$MY_ADMIN_API_TOKEN\"\n -d \"segment_ids[]=$SEGMENT_ID\""}]},"method":"delete","params":[{"name":"app_id","type":"string","default":"","desc":"App ID. It can be fetched by using \"Apps: Get All (Index)\" or \"Apps: Get One (Show)\" endpoints.","required":true,"in":"path","ref":"","_id":"57ff82f18e087d0e00030429"},{"name":"segment_ids","type":"array_string","default":"","desc":"Segment ID-s. They can be fetched using \"Segments: Get All (Index)\" or \"Segments: Get One (Show)\" endpoints.","required":true,"in":"body","ref":"","_id":"587657b636358c0f004bde65"}],"results":{"codes":[{"language":"json","code":"[\n {\n \"hidden\": true,\n \"hidden_at\": \"2017-01-11T16:04:06+00:00\",\n \"name\": \"new_segment_name\",\n \"id\": \"5804f77b636f6eb449ec0000\",\n \"users_count\": 1,\n \"groups\": [\n {\n \"join_type\": \"+\",\n \"rules\": [\n {\n \"time_frame\": \"\",\n \"match_value_type\": \"\",\n \"match_type\": \"less\",\n \"match_value\": \"123\",\n \"match_end_value\": \"\",\n \"event_resource_type\": \"Mobile::App::Geofence\",\n \"event_resource_id\": \"57c8483f636f6ec78aa10100\",\n \"in_app_event_name\": \"\",\n \"type\": \"number_of_visits\",\n \"locations\": null\n }\n ]\n }\n ]\n }\n]","name":"","status":200}]},"settings":"564bbbf80cbcc91700b8171c"},"next":{"description":"","pages":[]},"title":"Segments: Delete Batch","type":"endpoint","slug":"segments-delete-batch","excerpt":"","body":"","updates":[],"order":57,"isReference":true,"hidden":false,"sync_unique":"","link_url":"","link_external":false,"_id":"5e4fced159815700262d2908","__v":1,"parentDoc":null,"user":"5874dcd9edcf9f2f00f9e0af","version":{"version":"2.2","version_clean":"2.2.0","codename":"CMS API","is_stable":false,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["5e4fced159815700262d2899","55781fe35129590d003ff4f9","55781fe35129590d003ff4fa","5e4fced159815700262d289a","5e4fced159815700262d289b","5e4fced159815700262d289c","5e4fced159815700262d289d","5e4fced159815700262d289e","565b66c446118c0d00dcb0bb","56898269f8dc340d00308c13","5e4fced159815700262d289f","5e4fced159815700262d28a0","5c73dd27e8fdc000572a206a","5e4fced159815700262d28a1","5e53c04c1d11110018b56e12"],"_id":"5e4fced159815700262d2930","project":"54aa7f773b56130b0056c86e","forked_from":"55781fe25129590d003ff4f7","__v":1,"createdAt":"2015-06-10T11:30:42.700Z","releaseDate":"2015-06-10T11:30:42.700Z"},"category":{"sync":{"isSync":false,"url":""},"pages":["5e4fced159815700262d28c6","5e4fced159815700262d28c7","5e4fced159815700262d28c8","5e4fced159815700262d28c9","5e4fced159815700262d28ca","5e4fced159815700262d28cb","5e4fced159815700262d28cc","5e4fced159815700262d28cd","5e4fced159815700262d28ce","564c68a93eb8f81700838a25"],"title":"Pulsate CMS API","slug":"pulsate-cms-api","order":1,"from_sync":false,"reference":true,"_id":"5e4fced159815700262d289e","__v":10,"createdAt":"2015-11-17T23:47:10.058Z","project":"54aa7f773b56130b0056c86e","version":"5e4fced159815700262d2930"},"githubsync":"","project":"54aa7f773b56130b0056c86e","createdAt":"2017-01-11T16:05:10.206Z"}
deleteSegments: Delete Batch
Definition
{{ api_url }}{{ page_api_url }}
Parameters
Path Params
app_id:
required
string
App ID. It can be fetched by using "Apps: Get All (Index)" or "Apps: Get One (Show)" endpoints.
Body Params
segment_ids:
required
array of strings
Segment ID-s. They can be fetched using "Segments: Get All (Index)" or "Segments: Get One (Show)" endpoints.