Delete Access Control Pattern
documentedDelete an access control pattern by ID.
DELETE /admin/accessControl/pattern/{id}管理APIno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.corp-sansan.com/v1/admin/accessControl/pattern/{{$id}}" \
-X DELETE \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "X-Sansan-Api-Key: {{CORP-SANSAN_API_KEY}}" \
-H "Accept: application/json"