Delete Secondary URL Path of User¶
This endpoint deletes a secondary URL paths associated with a user.
Request¶
DELETE https://v2.api.uberflip.com/users/{userId}/secondary-url-paths/{pathId}
Path Parameters | Description |
---|---|
userId | The unique identifier of the user |
pathId | The unique identifier of the URL path |
Examples¶
curl -X DELETE -H "Authorization: Bearer [Token]" \
-i https://v2.api.uberflip.com/users/{userId}/secondary-url-paths/{pathId}
Sample response:
HTTP/1.1 204 NO CONTENT
Content-Type: application/json