Remove team list

Prev Next
Delete
/team/list/{list_id}

Remove an existing team list

Security
HTTP
Type bearer

Bearer token authentication. Include the token in the Authorization header: Authorization: Bearer <your-token>

Path parameters
list_id
stringRequired

Supermetrics team list ID

Responses
204

Team list removed successfully

404

Requested team list was not found

object
error
string
Valid values[ "LIST_NOT_FOUND" ]
message
string
500

Failed to update team list

object
error
string
Valid values[ "LIST_UPDATE_FAILED" ]
message
string