Delete Media Providers
DELETE {{URL}}/v1/settings/application/media/providers/<Provider Name>
Send a DELETE API call with the name of a provider to the /v1/settings/application/media/providers endpoint to delete that provider from your list.
Response
A successful request returns the HTTP Status Code 200 OK and either null or {}.
An unsuccessful response contains an error message. For more information regarding errors, see Error and Status Codes.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"meta":{"api_status":"stable","version":"v2.45.1"}}