Delete Tableau Server
DELETE/org/:orgId/tableau/:tableauServerId
Delete a Tableau Server Configuration Identified by tableauServerId
Request
Path Parameters
orgId stringrequired
The Organization Id (UUID) for which you are querying.
tableauServerId stringrequired
The Tableau Server Id (UUID) for which you are querying.
Responses
- 200
- 401
- 404
- 500
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": {
"org_id": "default",
"name": "Sales Tableau Server",
"server_uri": "https://tableau.server.com",
"username": "user",
"password": "password",
"raw_site_names": "sales, sales Operations",
"default_site_name": "default",
"site_names": [
"sales",
"sales Operations"
]
}
}
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": {
"org_id": "default",
"name": "Sales Tableau Server",
"server_uri": "https://tableau.server.com",
"username": "user",
"password": "password",
"raw_site_names": "sales, sales Operations",
"default_site_name": "default",
"site_names": [
"sales",
"sales Operations"
]
}
}
This error will occur if calling user does not have access right for the API.
This error will occur if the org identified by orgId does not exist.
A server error occurred. Check the logs for more details.
Loading...