delete/patterns/{pattern_id}

Delete Pattern

Path parameters

ParameterInTypeDescription
pattern_idrequired
pathstring

Responses

204Successful Response
422Validation Error
Example · 422
{
  "detail": [
    {
      "loc": [
        null
      ],
      "msg": "<Message>",
      "type": "<Error Type>"
    }
  ]
}

Code samples

Generated from the live OpenAPI spec. Replace $SAVITAR_API_KEY with a key from your dashboard.

curl -X DELETE "https://redactra-api-direct-yjxsqk46ja-el.a.run.app/patterns/{pattern_id}" \
  -H "Authorization: Bearer $SAVITAR_API_KEY"