Skip to main content

Unassign an application from a terms object

DELETE 

/nevisidm/api/core/v1/terms/:termsExtId/applications/:applicationExtId

Since: 2.75.1

Required permission(s): AccessControl.TermsModify

Unassigns an application from the specified terms object. After unassignment, the terms will no longer apply to the application.

Request

Path Parameters

    termsExtId stringrequired

    External ID of the terms object.

    Example: terms-123
    applicationExtId stringrequired

    External ID of the application.

    Example: app-123

Responses

Application unassigned from terms successfully

Loading...