Authorization: Bearer ********************
{
"licenseId": "68572a7584e107fe983517e6afa72168ac9776b5867e3ca4ef3b70f9469c0d8f"
}
curl --location --request DELETE 'http://127.0.0.1:9897/api/pbhplus/key' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"licenseId": "68572a7584e107fe983517e6afa72168ac9776b5867e3ca4ef3b70f9469c0d8f"
}'
{}