account groups
Delete group
Permanently deletes an account group. The accounts themselves are not affected.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
groupIdstring
Response Body
application/json
application/json
application/json
curl -X DELETE "https://getlate.dev/api/v1/account-groups/string"{
"message": "Account group deleted successfully"
}{
"error": "Unauthorized"
}{
"error": "Not found"
}