Logout
Logout the current user.
Endpoint
POST https://yourdomain.com/{context}/index.cfm/_api/json/v1/{siteid}/logout
OR
POST https://yourdomain.com/{context}/index.cfm/_api/json/v1/?method=logout&siteid={siteid}
Request & Query Parameters
| Parameter | Value |
|---|---|
| context | The path to where Mura CMS resides within the webroot (typically, an empty string). |
| siteid | The SiteID of where the entity will be stored. |
Example Response
{
"data": {
"status": "succes"
}
}
data object
| Key | Value Type | Value Description |
|---|---|---|
| status | string | success is always returned. |
History
Added in version 6.2