Skip to main content
DELETE
/
v0
/
credentials
/
{id}
Delete credential
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>"
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Path Parameters

id
string
required

Credential ID (format: cred_)

Body

application/json

The body is of type object.

Response

200 - application/json

OK

deleted
boolean
id
string
object
string