URL
GET https://{api-url}/api/v2/tenants/{tenantId}/managementProfiles/{id}/detach
Sample URLs
https://{api-url}/api/v2/tenants/client_69900/managementProfiles/76/detach
This API is used to unmap/detach the gateway from the management profile and invalidate the activation token.
Status code
200 OK
Sample response
{
"id" : 76,
"name" : "LB1 Gateway Profile",
"description" : "Gateway Management Profile",
"type" : "Gateway",
"tunnelType" : "SSHD",
"registered" : false,
"createdDate" : "2016-06-22T07:34:40+0000"
}
Date format is yyyy-MM-ddTHH:mm:ssZ (GMT).