Deletes the profile's relationship to a primary profileCopy Pagedelete https://api.comapi.com/apispaces/{apiSpaceId}/profiles/{id}/rels/primary/{linkedId}Path ParamsapiSpaceIdstringrequired^([a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})|[a-f0-9]{32}$The API space ididstringrequiredThe id of the profilelinkedIdstringrequiredThe id of the profile to link withResponses 200The updated Profile 404The Profile was not found 409A concurrency issue occured deleting the ProfileUpdated 10 months ago Creates a relationship where the linked profile is the primary and this profile is a child/apispaces/{apiSpaceId}/profiles/{id}/rels/link/{linkedId}