Remove a satisfaction relationship
DELETE
/rule_satisfactions/{ruleId}
Removes the parent-child satisfaction link and reverts ADNM status on the child rule.
Authorizations
tokenAuth
Personal access token authentication. Send via Authorization header: Authorization: Token vulcan_xxx. Tokens are SHA-256 hashed server-side (never stored in plaintext). Scopes: read (GET), write (mutations), admin (everything). Create tokens via Settings → API Tokens in the web UI.
Type
HTTP (token)
Request Body
application/json
JSON "rule_id": 0, "satisfied_by_rule_id": 0
{
}
Responses
Satisfaction removed
application/json
JSON "toast": { "title": "User updated.", "message": [ [ "Successfully updated user." ] ], "variant": "success" }
{
}