

# DELETE Stop: Stop an MPTS
<a name="working-with-mpts-stop"></a>

Stop an MPTS output. If the specified MPTS output is currently running, it will stop. If the specified MPTS output is currently idle, it will simply remain idle. 

Stopping the MPTS output does not stop the individual SPTS programs associated with the MPTS output.

## HTTP Request and Response
<a name="working-with-mpts-stop-http-request-response"></a>

### Request URL
<a name="working-with-mpts-stop-http-request-response-url"></a>

```
DELETE http://<Conductor IP address>/mpts/<ID of MPTS>/mux
```

### Call Header
<a name="working-with-mpts-stop-http-request-response-call-header"></a>
+ Accept: Set to application/xml

If you are implementing user authentication, you must also include three authorization headers; see [Header Content for User Authentication](header-content-user.md).