Docs
Unlink Resource
POST /procurement-resources/{resourceId}/unlink
POST
/procurement-resources/{resourceId}/unlinkRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
Removes a resource from its clone group by clearing its cloneGroupId. If this leaves only one other resource in the group, that remaining resource's cloneGroupId is also cleared (a group of one is not a group).
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| resourceId | Guid | Required | The ID of the resource to unlink from its clone group. Replace `{{resourceId}}` in the URL. |
Response
Returns 200 OK with an empty body on success.