Sign in

Delete contact

documented

Delete a Contact.

DELETE /api/data/v9.2/contacts({id})Dataverseno implementation yet0 runs
No 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://{{DYNAMICS_BASE_URL}}/api/data/v9.2/contacts({{$contact_id}})" \\
  -X DELETE \\
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \\
  -H "Content-Type: application/json" \\
  -H "Accept: application/json" \\
  -H "OData-MaxVersion: 4.0" \\
  -H "OData-Version: 4.0" \\
  -H "If-Match: *"
Delete contact · Microsoft Dynamics 365 · OpenIntegrations