Delete a tab by ID or by interface_id and name.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The ID of the tab to delete
The interface ID the tab belongs to
The name of the tab to delete
curl --request DELETE \
--url 'https://api.unify.ai/v0/tab/?tab_id=None&interface_id=None&name=None' \
--header "Authorization: Bearer $UNIFY_KEY"
{
"info": "Tab deleted successfully"
}