Delete a Trading Partner
delete
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}
Deletes a trading partner with the specified trading partner ID in project context.
Request
Path Parameters
-
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 : type
Type:
Show Source
object
-
activatedTransportIntgCount: integer
-
createdBy: string
-
createdDate: string
-
deployedTransportCount: integer
-
desc: string
-
id: string
-
inboundActiveAgreementCount: integer
-
inboundAgreementCount: integer
-
name: string
-
outboundActiveAgreementCount: integer
-
outboundAgreementCount: integer
-
status: string
-
tags: object
Tags
-
updatedBy: string
-
updatedDate: string
Nested Schema : Tags
Type:
Show Source
object
-
tag: array
tag
Gets the value of the tag property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the tag property. For example, to add a new item, do as follows: getTag().add(newItem); Objects of the following type(s) are allowed in the list String
Nested Schema : tag
Type:
array
Gets the value of the tag property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the tag property.
For example, to add a new item, do as follows:
getTag().add(newItem);
Objects of the following type(s) are allowed in the list
String
Show Source
404 Response
Not found
500 Response
Server error