/
HE
hexclave
/
Hexclave REST API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 1h ago · Updated 5d ago
View markdown
hexclave
Hexclave REST API
delete
Delete a team
v22
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-08-04
97
0
425.1 KB
Analytics
2
Anonymous
1
API Keys
10
CLI Authentication
3
Connected Accounts
1
Contact Channels
8
DataVault
2
Emails
8
Oauth
8
OTP
4
Password
7
Payments
5
Permissions
6
Projects
1
Sessions
5
Teams
17
get
List team invitations
post
Accept the team invitation
post
Check if a team invitation code is valid
post
Get team invitation details
post
Send an email to invite a user to a team
delete
Delete a team invitation
post
Accept a team invitation by ID
get
List team members profiles
get
Get a team member profile
patch
Update a team member profile
post
Add a user to a team
delete
Remove a user from a team
get
List teams
post
Create a team
get
Get a team
delete
Delete a team
patch
Update a team
Users
8
get
/api/v1
Teams
Delete a team
Delete a team by ID.
delete
/teams/{team_id}
Path parameters
team_id
string
required
Response
Successful response
object
required
success
boolean
required
Always equal to true.
Example response
{ "success": true }