Environment
Adobe Experience Manager
Issue/Symptoms
When deleting the network infrastructure via CM API, it failed with 405.
api/program/
< programid
> /networkinfrastructure/
< networkinfrastructureid
>``
Customer was using CM API but the call was incorrect:
https://{{host_name}}/api/program/{{program_id}}/networkinfrastructures/{{networkInfrastructure_id}}
Notice that networkinfrastructures
is used instead of networkInfrastructure
The correct call is:
https://{{host_name}}/api/program/{{program_id}}/networkInfrastructure /{{networkInfrastructure_id}}