Skip to main content
POST
Exclude linking an environment object

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

The ID of the Organization to which the environment object belongs.

environmentObjectId
string
required

The environment object's ID.

Body

application/json

The request body to exclude linking an environment object.

scope
enum<string>
required

Scope of the entity to exclude for environment object

Available options:
DEPLOYMENT
scopeEntityId
string
required

Entity ID to exclude for the environment object

Response