Delete an Outbound Agreement
delete
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/outboundagrs/{agrId}
Deletes an outbound agreement with the specified trading partner ID and outbound agreement ID in project context.
Request
Path Parameters
-
agrId(required): string
Trading partner outbound agreement ID.
-
projectId(required): string
Project identifier
-
tpId(required): string
Trading partner ID.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Nested Schema : OutboundAgrRs-allOf[2]
Type:
Show Source
object
-
batchEnabled: string
-
createdDate: string
-
desc: string
-
docDef: string
-
docId: string
-
docStd: string
-
docTxId: string
-
docVersion: string
-
hostIdentifiersRef: array
hostIdentifiersRef
-
id: string
-
lastDeployed: string
-
name: string
-
params: object
OutboundAgr.Params
-
schedule: object
OutboundAgr.Schedule
-
scheduleOperation: string
-
status: string
-
tpIdentifiersRef: array
tpIdentifiersRef
-
tpmVerson: string
-
transportId: string
-
transportName: string
-
updatedDate: string
Nested Schema : OutboundAgr.Params
Type:
Show Source
object
-
acceptGroup: string
-
acceptGroupName: string
-
fa: boolean
Gets the value of the fa property. possible object is Boolean
-
rejectGroup: string
-
rejectGroupName: string
-
validate: boolean
Gets the value of the validate property. possible object is Boolean
404 Response
Not found
412 Response
Pre-condition failure
500 Response
Server error