Skip to main content
POST
/
v1
/
account-mappings
/
delete-unused
Delete Unused Account Mappings For Engagement
curl --request POST \
  --url https://{tenant}.mindbridge.ai/api/v1/account-mappings/delete-unused \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "engagementId": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://developer.mindbridge.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
engagementId
string
required

The unique identifier of the engagement to delete unused account mappings for.

Response

204

No Content