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": "EX14242fd6c81f4d03887c4d97daf3955c",
"type": "extensions"
}
]
}'
{
"data": [
],
"links": {
"related": "https://reactor.adobe.io/libraries/LB4d14bc25293f459db045f67ffacebe89/extensions",
"self": "https://reactor.adobe.io/libraries/LB4d14bc25293f459db045f67ffacebe89/relationships/extensions"
}
}