S.EE Docs
Referência da API

Excluir compartilhamento de texto

Exclui permanentemente o compartilhamento de texto especificado.

DELETE
/api/v1/text

Header Parameters

Authorization*string

Your API key

Request Body

application/json

Text sharing identification

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X DELETE "https://s.ee/api/v1/text" \  -H "Authorization: string" \  -H "Content-Type: application/json" \  -d '{    "domain": "string",    "slug": "string"  }'
{
  "code": 0,
  "message": "string",
  "data": {
    "code": 0,
    "data": {
      "tags": [
        {
          "id": 0,
          "name": "string"
        }
      ]
    },
    "message": "string"
  }
}