Exclude linking an environment object

Exclude a specific Deployment from linking to an environment object created at the Workspace level.

Authentication

AuthorizationBearer

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

Path parameters

organizationIdstringRequired
The ID of the Organization to which the environment object belongs.
environmentObjectIdstringRequired
The environment object's ID.

Request

The request body to exclude linking an environment object.
scopeenumRequired
Scope of the entity to exclude for environment object
Allowed values:
scopeEntityIdstringRequired
Entity ID to exclude for the environment object

Response

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
405
Method Not Allowed Error
409
Conflict Error
500
Internal Server Error