curl --request DELETE \
--url https://app.all-hands.dev/api/secrets/{secret_id} \
--header 'X-Session-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request DELETE \
--url https://app.all-hands.dev/api/secrets/{secret_id} \
--header 'X-Session-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?