dispatches
Removes one app from a configuration
All associated flows will automatically be deleted
delete/dispatches/{id}/app/{appId}
Path parameters
idstring string required
ID of the configuration to modify
appIdstring string required
MongoDB _id of the application (not appUid) to remove
Response
Returns the updated configuration
Example response
{
"data": {
"id": "adgeth2huo31r59",
"tenant": "aeg0ihq3w328",
"applications": [
{
"applicationName": "SnazzyContacts",
"applicationUid": "32bsf84hzsf8a",
"adapterComponentId": "46u08ejsf",
"transformerComponentId": "twg9huh46",
"secretId": "548z9jvsda",
"outbound": {
"active": true,
"flows": [
{
"adapterAction": "getPersons",
"transformerAction": "transformToOih",
"schemaUri": "http://metadata.openintegrationhub.com/api/v1/domains/testDomainId/schemas/person"
}
]
},
"inbound": {
"active": true,
"flows": [
{
"adapterAction": "createPerson",
"transformerAction": "transformFromOih",
"schemaUri": "http://metadata.openintegrationhub.com/api/v1/domains/testDomainId/schemas/person",
"operation": "CREATE"
}
]
}
}
]
}
}