client.tables.delete_tags

A method of the Tables endpoint.

delete_tags(id: int, table_tag_id: int) Response

Add a tag to a table

API URL: DELETE /tables/{id}/tags/{table_tag_id}

import civis
client = civis.APIClient()
response = client.tables.delete_tags(...)
Parameters:
idint

The ID of the table.

table_tag_idint

The ID of the tag.

Returns:
None

Response code 200: success