cURL
curl --request DELETE \ --url https://api.example.com/api/rulesets/{ruleset_id} \ --header 'X-API-Key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Use an API key in the X-API-Key header.
Successful Response
Was this page helpful?