Skip to main content
DELETE
/
me
/
groups
/
{group}
cURL
curl --request DELETE \
  --url https://api.rownd.io/me/groups/{group} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.rownd.io/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token> where <token> is the user's Rownd JWT

Path Parameters

group
string
required

Group ID

Response

204

Group deleted successfully