cURL
curl --request DELETE \ --url https://pria.praxislxp.com/api/user/files/{fileId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "File(s) deleted successfully", "code": 1 }
Removes a file physically from the user’s file collection using the file ID.
JWT token passed in x-access-token header
The unique identifier of the file to delete
File deleted successfully
The response is of type object.
object
Was this page helpful?