Remove an integration with an external system
query Parameters
required | string or string External system name |
header Parameters
X-Scope-OrgID | string Tenant header |
Api-Version | string API version |
Responses
Response samples
- 204
- 500
Content type
application/json
{- "_links": { },
- "_embedded": {
- "property1": [
- {
- "_links": {
- "empty": true
}, - "_embedded": {
- "empty": true
}
}
], - "property2": [
- {
- "_links": {
- "empty": true
}, - "_embedded": {
- "empty": true
}
}
]
}, - "message": "string",
- "logref": "string",
- "path": "string"
}
OAuth 2.0 link flow callback
path Parameters
required | string or string A unique identifier of the flow, the same as in the initial request |
required | string or string An authorization code to be exchanged for an access token |
header Parameters
X-Scope-OrgID | string Tenant header |
Api-Version | string API version |
Responses
Response samples
- 301
- 403
- 404
- 422
- 500
- 501
Content type
application/json
{- "_links": { },
- "_embedded": {
- "property1": [
- {
- "_links": {
- "empty": true
}, - "_embedded": {
- "empty": true
}
}
], - "property2": [
- {
- "_links": {
- "empty": true
}, - "_embedded": {
- "empty": true
}
}
]
}, - "message": "string",
- "logref": "string",
- "path": "string"
}