You can call this operation to delete a DeleteFlowCategory directory.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Required | DeleteFlowCategory |
The operation that you want to perform. For API requests using the HTTP or HTTPS URL, this parameter is required. Set the value to DeleteFlowCategory. |
Id | String | Required | FC-075AB9477DAE**** |
The ID of the directory. |
ProjectId | String | Required | FP-ABD24A6163D3**** |
The ID of the project. |
RegionId | String | Required | cn-hangzhou |
The ID of the region where the streaming domain resides. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Data | Boolean | true |
Result:
|
RequestId | String | 243D5A48-96A5-4C0C-8966-93CBF65635ED |
The ID of the request. |
Examples
Sample request
http(s)://[Endpoint]/? Action=DeleteFlowCategory
&Id=FC-075AB9477DAE****
&ProjectId=FP-ABD24A6163D3****
&RegionId=cn-hangzhou
&<Common request parameters>
Sample success responses
XML
format
<RequestId>2670BCFB-925D-4C3E-9994-8D12F7A9F538</RequestId>
<Data>true</Data>
JSON
format
{
"RequestId": "2670BCFB-925D-4C3E-9994-8D12F7A9F538",
"Data": "true"
}
Error codes
For a list of error codes, visit the API Error Center.