Skip to main content
DELETE
/
v1
/
personas
/
{persona_id}
/
sources
/
{source_id}
Remove source
curl --request DELETE \
  --url https://reelmirror.com/api/v1/personas/{persona_id}/sources/{source_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

API key (rm_xxx) or JWT token

Path Parameters

persona_id
string
required
source_id
string
required

Response

200 - application/json

Source removed

status
string
id
string