curl --request POST \
--url https://api.pocketenv.io/xrpc/io.pocketenv.service.deleteService \
--header 'Authorization: Bearer <token>'{
"error": "<string>",
"message": "<string>"
}curl --request POST \
--url https://api.pocketenv.io/xrpc/io.pocketenv.service.deleteService \
--header 'Authorization: Bearer <token>'{
"error": "<string>",
"message": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
Was this page helpful?