cURL
curl --request DELETE \ --url https://api.example.com/api/core/credentials/{credential_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Delete an existing credential configuration
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?