How can we help?

Searching:

0 results found

Groups/Delete

DELETE /odata/Groups/[groupId]

Description

Deletes the details of a specific Group, as specified by the Group’s ID. This ID is returned in the response of the Groups/Post.

See the following for request and response details ‒

See Also

Request ‒ Groups/Delete

Property Type Description Mandatory
id String This is the unique identifier automatically assigned by Axonize when a group is created. This ID is returned in the response of the Groups/Post. Y

Example JSON Groups/Delete Request

curl -X GET \

https://api.stg.axonize.com/odata/groups/592139084d27e710e80f1234 \

-H ‘Authorization: Token’ \

-H ‘Content-Type: application/json’ \

-H ‘appId: 801A048A-9F23-429F-BF0D-B6D35B22771E’ \

Response ‒ Groups/Delete

Status 200 ‒ OK