Skip to content

Delete an LDAP group link with CN or filter

DELETE
/api/v4/groups/{id}/ldap_group_links

Deletes an LDAP group link using a CN or filter.Deleting by filter is only supported in the Premium tier and above.

id
required
One of:
string

The ID or URL-encoded path of the group

cn
string
nullable

The CN of a LDAP group

filter
string
nullable

The LDAP filter for the group

provider
required
string
nullable

LDAP provider for the LDAP group link

Resource deleted

Bad Request

Not Found