Remove software license from department

DELETE /data/departments/{department_id}/software-licenses/{software_id}

Remove a software license from a specific department. This disassociates the software license from the department.

Path parameters

  • department_id Required

    Unique identifier of the department

  • software_id Required

    Unique identifier of the software license to remove

Responses

  • 204

    Software license successfully removed from department

DELETE /data/departments/{department_id}/software-licenses/{software_id}
curl \
 --request DELETE 'http://api.example.com/data/departments/a24a6ea4-ce75-4665-a070-57453082c25/software-licenses/b35b7fb5-df86-5776-b181-68564193d36' \
 --header "Authorization: $API_KEY"