Groups
Leave group
Leave the group as the authenticated identity.
Idempotent — succeeds with 204 even if already not a member. Requires groups:write.
Request
curl -X DELETE "https://api.blueticks.co/v1/groups/string/members/me"{
"success": false,
"error": {
"code": "string",
"message": "string",
"request_id": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Path Parameters
id*string
Response
Response Body
application/json