Docs

Unlink Resource

POST /procurement-resources/{resourceId}/unlink

POST/procurement-resources/{resourceId}/unlink

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour 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

FieldTypeRequiredDescription
resourceIdGuidRequiredThe 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.