Remove Tags To Manage Db
= Remove Custom Tags from a ManagedDb
Authorized Roles : ORG_USER or ORG_ADMIN
Request
URI
DELETE
https://{api_host}/provider/databases/{dbuuid}/tags
COPY
Path Parameters
string
dbuuid
Required
dbuuid
Request Body
CustomTagsDto
of type(s)
application/json
Required
{
"tags": [
"string"
]
}
array of
string
tags
Optional
tags
Responses
200
OK
Operation doesn't return any data structure
400
Bad Request
Operation doesn't return any data structure
On This Page
Custom Tags/Attributes Operations
POST
Create 4
DELETE
Delete
GET
Fetch
GET
Fetch By Id
GET
Fetch By Managed Db
DELETE
Remove Tags To Manage Db
PUT
Update
PUT
Update Tags To Manage Db