APIReposts

Delete Repost Configuration

Remove an automatic reposting rule. Future posts to the source platform will no longer be automatically reposted.

POST
/repost/delete

Remove an automatic reposting rule. Future posts to the source platform will no longer be automatically reposted.

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/repost/delete" \  -H "Content-Type: application/json" \  -d '{    "id": "string"  }'
{  "success": true}
{  "success": false}
{  "success": false}