POST Doctor Document Delete

Remove a document that a doctor has uploaded. Requires the LoginKey from Doctor Login.

Resource URL

https://testapi.surgiprice.com/doctor-document-delete/

Input Parameters

Parameter NameDescriptionParameter TypeRequiredExample
LoginKeyLoginKey for Logged in Doctor32 CharactersYES12345678901234567890123456789012
DocumentIDDocument IDIntegerYes1234

Result Description

Parameter NameDescriptionParameter TypeExample
SuccessIf the document was deleted from the database or not0 (fail) or 1 (success)0
Message If Success=0, this parameter contains the reason the api call failed. This is for feedback to the user. String Invalid LoginKey