Delete Segment
Deletes the segment specified
Request schema
Path parameters
source_id
integerrequired
ID of the source
segment_id
integerrequired
ID of the segment
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Http + 1.1
DELETE
https://app.getcensus.com/api/v1/sources/{source_id}/filter_segments/{segment_id}
DELETE /api/v1/sources/{source_id}/filter_segments/{segment_id} HTTP/1.1 Authorization: Bearer REPLACE_BEARER_TOKEN Host: app.getcensus.com
Responses
200
Segment successfully deleted.
200
status
string
example:
{ "status": "deleted" }