For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedAPI reference
Get startedAPI reference
  • Agent Handler
      • GETList Application Credentials
      • POSTCreate Application Credential
      • GETGet Application Credential
      • DELDelete Application Credential
      • PATCHUpdate Application Credential
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
Agent HandlerApplication Credentials

Delete Application Credential

DELETE
https://ah-api.merge.dev/api/v1/application-credentials/:id
DELETE
/api/v1/application-credentials/:id
$curl -X DELETE https://ah-api.merge.dev/api/v1/application-credentials/3c90c3c0-6d46-4b50-8888-8dd25736052f \
> -H "Authorization: Bearer <token>"
204No Content
1{}
Deletes an OAuth application credential. This also deletes all associated user credentials.
Was this page helpful?
Previous

Get Application Credential

Next

Update Application Credential

Built with

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Path parameters

idstringRequiredformat: "uuid"
ID of the application credential

Response

No response body