* implement delete in team API * add unit tests for legacy sql * add integration tests * remove comment * remove org_id from delete team sql command * fetch team ID before deleting it
3 lines
73 B
SQL
3 lines
73 B
SQL
DELETE FROM {{ .Ident .TeamTable }}
|
|
WHERE uid = {{ .Arg .Command.UID }}
|