Skip to main content
DELETE
/
credential
/
{credential_id}
Delete a credential
curl --request DELETE \
  --url https://api.example.com/credential/{credential_id} \
  --header 'x-user-id: <x-user-id>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

x-user-id
string
required

Caller's user ID. Temporary header-based identity; will be replaced by JWT auth.

Path Parameters

credential_id
string
required

Response

Successful Response