/
/Requesty API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 3h ago · Updated 2mo ago
  • postCreate chat completion
  • postCreate embedding
  • postCreate image
  • postEdit image
  • postCreate speech
  • postCreate transcription
  • getList available models
  • postCreate message
  • postCreate response
  • getGet all API keys
  • postCreate new API key
  • getGet API key
  • deleteDelete API key
  • getGet API key usage
  • postUpdate API key monthly limit
  • postUpdate API key labels
  • postUpdate API key expiry
  • getList groups
  • postCreate group
  • getGet group
  • deleteDelete group
  • putUpdate group member
  • postAdd group member
  • deleteRemove group member
  • getGet information about organization
  • getGet organization usage

Remove group member

Remove a member from a group.

delete/v1/manage/group/{id}/member

Path parameters

idstring uuid required

The group ID

Request body

user_idstring required

The ID of the user to remove from the group

Example request

{
  "user_id": "user-123"
}

Response

Member removed successfully

Changes