delete https://app.aikido.dev/api/public/v1/repositories/sast/custom-rules/
Remove a custom semgrep rule
Responses
Remove a custom semgrep rule
xxxxxxxxxx
curl --request DELETE \
--url https://app.aikido.dev/api/public/v1/repositories/sast/custom-rules/rule_id \
--header 'accept: application/json'
xxxxxxxxxx
{
"success": 1
}