Remove Extensions from the specified Library.
DELETE /libraries/:library_id/relationships/extensions
curl https://reactor.adobe.io/libraries/:library_id/relationships/extensions \
-H "Accept: application/vnd.api+json;revision=1" \
-H "Content-Type: application/vnd.api+json" \
-H "Authorization: Bearer [TOKEN]" \
-H "X-Api-Key: [KEY]" \
-H "X-Gw-Ims-Org-Id: [ORG_ID]" \
-X DELETE
-d \
'
{
"data": [
{
"id": "EX062ca8139bbf49048e9a8d22ce857c78",
"type": "extensions"
}
]
}'
{
"data": [
],
"links": {
"related": "https://reactor.adobe.io/libraries/LBd00931f9a0f147bb8c2da566278f4a9b/extensions",
"self": "https://reactor.adobe.io/libraries/LBd00931f9a0f147bb8c2da566278f4a9b/relationships/extensions"
}
}