객체 삭제
curl --request POST \
--url https://api.example.com/obj/delete \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"object_id": "<string>",
"digests": [
"<string>"
]
}
'{
"num_deleted": 123
}POST
/
obj
/
delete
객체 삭제
curl --request POST \
--url https://api.example.com/obj/delete \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"object_id": "<string>",
"digests": [
"<string>"
]
}
'{
"num_deleted": 123
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-dbrian-docs-2514-bedrock-agents.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
인증
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
본문
application/json
응답
성공 응답
⌘I