curl --request DELETE \
--url https://api.example.com/v1/public-sharing/{share_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Removes the shared key and configuration that enables an AI agent to be available to users. The AI agent will no longer be accessible using the shared key.
curl --request DELETE \
--url https://api.example.com/v1/public-sharing/{share_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response