curl --request DELETE \
--url https://api.egp.scale.com/v5/sgp/secrets/{secret_id} \
--header 'x-api-key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Delete a secret from both the cloud provider and SGP metadata.
curl --request DELETE \
--url https://api.egp.scale.com/v5/sgp/secrets/{secret_id} \
--header 'x-api-key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}