Delete the file attachment a business

DELETE /users/{user_id}/files/{id}

Delete the file attachment a business or an identity.

Path parameters

Responses

  • 200

    Request successful

  • 401

    Authorization information is missing or invalid.

  • 404

    Resource not found.

DELETE /users/{user_id}/files/{id}
curl \
 -X DELETE https://client-subdomain.bitbond.net/api/v1/users/{user_id}/files/{id}