Remove Segment Keys from Environment

Delete a list of segment keys via JSON from an existing segment. This endpoint requires a JSON body with a keys array to delete from the specified segment and FME environment.

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
  • ENVIRONMENT

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


Request format

{"keys":["id1", "id2", "id3"]}
Path Params
string
required

The ID of the FME environment where you want to delete the segment keys

string
required

The name of the segment to delete the keys from

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json