Skip to main content
DELETE
/
groups
/
{groupId}
curl --request DELETE \
--url 'https://YOURSITE.konstant.ly/openapi/v1/groups/123' \
--header 'X-API-KEY: 1qaz2wsx3edc4rfv1qaz2wsx3edc4rfv'
{
    // Empty response on success
}

Documentation Index

Fetch the complete documentation index at: https://docs.konstantly.com/llms.txt

Use this file to discover all available pages before exploring further.

Delete an existing group. Note that this operation cannot be undone.

Path Parameters

groupId
integer
required
The unique identifier of the group to delete

Request Headers

X-API-KEY
string
required
API Key. Go to your Konstantly site > Settings > API and copy the value from there.

Error Responses

404
object
Returned when the group is not found
curl --request DELETE \
--url 'https://YOURSITE.konstant.ly/openapi/v1/groups/123' \
--header 'X-API-KEY: 1qaz2wsx3edc4rfv1qaz2wsx3edc4rfv'
{
    // Empty response on success
}