Deactivate
Method: POST
URL: https://www.wellcomemat.com/api/media/deactivate.php
Notes:
- Include at least
hashorcustomid
Parameters
| Key | Type | Description |
|---|---|---|
| key | text | {{key}} |
| secret | text | {{secret}} |
| hash | text | Media Hash |
| customid | text | Custom/Listing ID. A Custom ID is a unique code you can use to more easily identify your video when connecting to WellcomeMat via our API. |
Response
type MediaDeactivateResponse = {
success: 0 | 1;
error: string;
warnings: string;
media?: Media;
};