Skip to content
中文

POST /docmee/v1/api/ppt/delete

Method: POSTEndpoint: /docmee/v1/api/ppt/delete

Request Parameters

Header Parameters

text
Content-Type
string
Required
Example:
application/json
Authorization
string
Optional
Default Value:
Bearer {{YOUR_API_KEY}}

Body Parameters application/json

text
id
string
Required
Example
{
"id"
:
"string"
}

Example Request

Shell

bash
curl --location --request POST '/docmee/v1/api/ppt/delete' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id": "string"
}'

Response

🟢 200 Success

Content Type: application/json

Response Schema

text
object

Example

json
{
    "code": 0,
    "message": "Operation succeeded"
}