curl --request DELETE \
--url http://localhost:8000/api/v1/licenses/customers/{customer_id}/licenses/{license_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Remove a license from a customer.
curl --request DELETE \
--url http://localhost:8000/api/v1/licenses/customers/{customer_id}/licenses/{license_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}