License
Deactivate license
This endpoint is used to deactivate an existing license.
If an end date is provided, the license will be deactivated at the start of the specified date in the customer's timezone. Otherwise, the deactivation time will default to the end of the current day in the customer's timezone.
post/licenses/{license_id}/deactivate
Path parameters
license_idstring required
Request body
Example request
{
"end_date": "2026-01-27"
}Response
OK