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