curl --request DELETE \
--url https://api.sfcompute.com/v0/credentials/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"deleted": true,
"id": "<string>",
"object": "<string>"
}curl --request DELETE \
--url https://api.sfcompute.com/v0/credentials/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"deleted": true,
"id": "<string>",
"object": "<string>"
}