/api/space/domain-management/domains/{domain-id}/profiles/{profile-id}

The following operation is supported on this resource:

  • DELETE - Delete a user profile from a domain
DELETE /domains/{domain-id}/profiles/{profile-id} Version 2

Delete a user profile from a domain.

Sample Usage

DELETE /domains/{domain-id}/profiles/{profile-id}


  • Parameters:
    Name Type URI Type Description Required
    domain-id Integer Path Domain ID Y
    profile-id Integer Path Profile ID Y

Access Control

The following capabilities are required to access this API: CreateProfile, ModifyProfile, DeleteProfile