Skip to main content
POST
Delete group properties
Required scopes:

Authorizations

Authorization
string
header
required

Use your account ID as the username and your personal access token (PAT) as the password, or pass a Base64-encoded value directly in the Authorization header. For more information, see the personal access tokens guide.

Body

application/json
id
integer
required

The ID of the group you delete properties from.

properties
object
required

An object with namespaces as keys and arrays of property names as values.

Response

200

Group properties deleted successfully.