curl --request DELETE \
--url https://api.mnemom.ai/v1/admin/licenses/{license_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "<string>"
}
'{
"license_id": "<string>",
"revoked": true
}curl --request DELETE \
--url https://api.mnemom.ai/v1/admin/licenses/{license_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "<string>"
}
'{
"license_id": "<string>",
"revoked": true
}