rest
Deletes an existing embedding area
If handler is provided, only the embedding with that handler will be deleted. If userId is provided, only the embedding for that user will be deleted. Request example: { "clientId": "local.69b9196bdbd793.03286491", "placement":"IM_CONTEXT_MENU" }
post/rest.application.embedding.delete
Request body
Example request
{
"clientId": "string",
"placement": "string",
"handler": "string",
"userId": 1
}Response
Success response