Exclusão de Midia por Id

Para excluir um arquivo carregado, faça uma requisição DELETE para o endpoint api/Medias/<mediaId>.

Exemplo:

curl --request DELETE \
  --url https://api-cerberus-kong.socialminer.tech/api/Medias/515056594160172 \
  --header 'Content-Type: application/octet-stream' \
  --header 'apikey: {APIKEY}' \
  --header 'version: 5.0'

Em caso de sucesso, o retorno de dará através do http status 200.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Media id

Query Params
string

Facebook phone identifier

Headers
string

Gateway credential user

string

Gateway credential origin group

string

Gateway credential

string
Defaults to 5
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json