Skip to main content

Delete a profile

DELETE 

/nevisidm/api/core/v1/:clientExtId/profiles/:extId

Since: 2.71.0

Required permission(s): AccessControl.ProfileDelete

Deletes the profile with the given external ID from the specified client.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    extId stringrequired

    External ID of the profile to delete.

    Example: profile-123

Responses

Profile deleted successfully

Loading...