Skip to content

error while deleting the files from the parse db using CURL command given on the documentation #4689

Closed
@ranand16

Description

@ranand16

As per the REST API documentation, I tried to delete videos from my parse server using the curl command i.e;
curl -X DELETE
-H "X-Parse-Application-Id: ${APPLICATION_ID}"
-H "X-Parse-Master-Key: ${MASTER_KEY}"
https://YOUR.PARSE-SERVER.HERE/parse/files/...profile.png

I used my App Id, master key & parse server url where ever required in the above code. I got this error:-

{
"message": "Not Found",
"error": {}
}
I used postman application and windows command prompt for sending the curl command but resulted the same error each time.

Even querying a class( the basic of all ) also returns the same error.
{
"message": "Not Found",
"error": {}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions