Delete
/url
This endpoint is used to delete existing deep link
Header parameters
Access-Token
stringRequired
The Branch Access Token of the originating app obtained in your Account Settings
Query parameters
url
stringRequired
The deep link url against which the details are to be fetched.
Examplehttps://example.app.link/{UNIQUE_PATH_HERE}
app_id
stringRequired
The Branch app_id against the associate deep link url
Responses
200
Ok
object
url
string
Deleted URL
Examplehttps://example.app.link/{UNIQUE_PATH_HERE}
deleted
boolean
Deletion status
ExampleTrue
400
Authentication Failed
Result
"{\n \"error\": {\n \"message\": \"Authentication failed !\",\n \"code\": 400\n }\n}"
object
error
object (inline_response_400_error)
message
string
ExampleAuthentication failed !
code
integer
Example400
429
Rate Limit Reached
Result
"{\n \"error\": {\n \"code\": 429,\n \"message\": \"Rate limit reached.\"\n }\n}"
object
error
object (inline_response_400_error)
message
string
ExampleAuthentication failed !
code
integer
Example400