Delete Segment

Delete a segment from your account. This automatically unconfigures the segment definition from all FME environments.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Access requirements

The Authorization Bearer (Admin API Key authorizing the request) must have one of the following roles and scopes:

Admin API Key roles accepted

  • API_ALL_GRANTED
  • API_SEGMENT_EDITOR

Admin API Key scopes accepted

  • GLOBAL
  • WORKSPACE

To learn more about Admin API Key roles and scopes, see API keys overview.


JSON Payload Posted

{
 "name": String, // Mandatory
 "description": String // Optional
}
Path Params
string
required

The ID of the project (workspace) where you want to delete the segment. After migration to Harness, get this value using the Get Projects (Workspaces) endpoint and the Harness project name.

string
required

The name of the segment to delete

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json