Skip to main content
DELETE
/
admin
/
eas
/
{id}
Delete Expert Advisor
curl --request DELETE \
  --url https://api.easierprop.com/admin/eas/{id} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.easierprop.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token obtained from POST /admin/login

Path Parameters

id
string<uuid>
required

EA ID

Response

200 - application/json

EA deleted

ok
boolean
Example:

true